{% extends 'base.html' %} {% block title %}Register - Task Manager{% endblock %} {% block content %}

Create an Account

{% if messages %} {% for message in messages %}
{{ message }}
{% endfor %} {% endif %}
{% csrf_token %}
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.
  • Your password can't be too similar to your other personal information.
  • Your password must contain at least 8 characters.
  • Your password can't be a commonly used password.
  • Your password can't be entirely numeric.
Enter the same password as before, for verification.

Already have an account? Sign in

{% endblock %}